home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / browser / aboutSessionRestore.css < prev    next >
Cascading Style Sheet File  |  2009-07-01  |  859b  |  38 lines

  1.  
  2. #errorPageContainer {
  3.   background-image: url("chrome://global/skin/icons/warning-large.png");
  4. }
  5.  
  6. #tabList {
  7.   width: 100%;
  8.   height: 12em;
  9. }
  10.  
  11. treechildren::-moz-tree-image(icon),
  12. treechildren::-moz-tree-image(noicon) {
  13.   padding-right: 2px;
  14.   margin: 0px 2px;
  15.   width: 16px;
  16.   height: 16px;
  17. }
  18.  
  19. treechildren::-moz-tree-image(noicon) {
  20.   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
  21. }
  22. treechildren::-moz-tree-image(container, noicon) {
  23.   list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
  24. }
  25. treechildren::-moz-tree-image(checked) {
  26.   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
  27. }
  28. treechildren::-moz-tree-image(partial) {
  29.   list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
  30. }
  31.  
  32. #buttons {
  33.   width: 100%;
  34. }
  35. #buttons > button {
  36.   margin-top: 2em;
  37. }
  38.